Click or drag to resize

SipClientBye Method (RequestResponse)

Terminates established media session specified with the requestResponse parameter.

Namespace:  Independentsoft.Sip
Assembly:  Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntax
public RequestResponse Bye(
	RequestResponse requestResponse
)

Parameters

requestResponse
Type: Independentsoft.SipRequestResponse
A RequestResponse from appropriate INVITE request.

Return Value

Type: RequestResponse
A RequestResponse containing sent Request and received appropriate Response.
Exceptions
ExceptionCondition
ArgumentNullExceptionrequestResponse;RequestResponse is null.
See Also